翻訳と辞書
Words near each other
・ GCBC
・ GCC
・ GCC and Camp David Summit
・ GCC Champions League
・ GCC Patent Office
・ GCC Standardization Organization
・ GCC Summit
・ GCC1
・ GCC2
・ GCCC
・ GCconnex
・ GCCS
・ GccTLD
・ GCD
・ GCD domain
GCD test
・ GCDA
・ GCE
・ GCE Advanced Level (United Kingdom)
・ GCE Advanced Level in Sri Lanka
・ GCE Ordinary Level
・ GCE Ordinary Level (United Kingdom)
・ GCE Ordinary Level in Sri Lanka
・ GCE Villaralbo
・ GCET
・ GCF
・ GCFC
・ GCFLearnFree.org
・ GCG
・ GCH


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GCD test : ウィキペディア英語版
GCD test
In compiler theory of computer science, A Greatest common divisor Test is the test used in study of loop optimization and loop dependence analysis to test the dependency between loop statements.
Whenever a sequential loop like for loop is made to be parallel so that it can be executed on more than one processor like in case of grid computing or cluster computing then certain dependencies are checked to know whether this loop can be parallelized or not: for instance, testing the flow (true) dependence of a statement. According to this test, by comparing the indices of two arrays present in two or more statements, it can be calculated whether it is legal to parallelize the loop or not.
==Theorem==

A linear Diophantine equation
a1
*x1 + a2
*x2 +... + an
*xn =c
has an integer solution x1, x2,..., xn iff GCD (a1,a2,.., an) divides c.
E.g.
2
*x1 -2
*x2 =1
GCD(2,-2) =2, 2 cannot divide 1. So, there is no integer solution for the equation above.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GCD test」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.